home *** CD-ROM | disk | FTP | other *** search
/ Electronic Clipper 1996 November / Electronic Clipper 1996 November.iso / ideasrc / gallery.dir / 00012_Script_12 < prev    next >
Text File  |  1996-10-11  |  304b  |  26 lines

  1. on exitFrame
  2.   tools
  3.   global gallery
  4.   if gallery = "slideshow" then
  5.     go the frame
  6.   end if
  7.   if gallery = "selfrun" then
  8.     --puppetTransition 50, 1, 8, true
  9.     delay 150
  10.   end if
  11.   if not soundbusy(2) then
  12.     sound playFile 2, "healthy.aif"
  13.   end if
  14. end if
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.   
  26.